Working marketplace

This commit is contained in:
Cametendo
2026-05-13 15:29:47 +02:00
parent f27498dc26
commit caf81ea4e2
14 changed files with 577 additions and 32 deletions

View File

@@ -16,7 +16,7 @@ class App extends BaseConfig
*
* E.g., http://example.com/
*/
public string $baseURL = 'http://localhost:8080/';
public string $baseURL = 'http://localhost/Todo-App-Backend/public/';
/**
* Allowed Hostnames in the Site URL other than the hostname in the baseURL.