Commit fd1b7df4 by irul Committed by Programer

Merubah isi variabel baseUrl

1 parent 6ab56e3b
...@@ -22,5 +22,5 @@ Route::add('/samsat-banten', function () { ...@@ -22,5 +22,5 @@ Route::add('/samsat-banten', function () {
}, 'post'); }, 'post');
// Run the router // Run the router
$baseUrl = '/'; $baseUrl = '/fake-api';
Route::run($baseUrl); Route::run($baseUrl);
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!