-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* include swagger bundle Signed-off-by: Teo Koon Peng <[email protected]> * temp enable for all push Signed-off-by: Teo Koon Peng <[email protected]> * temp enable for all push Signed-off-by: Teo Koon Peng <[email protected]> * fix docs pathing Signed-off-by: Teo Koon Peng <[email protected]> * fix openapi.json path Signed-off-by: Teo Koon Peng <[email protected]> * fix openapi.json path Signed-off-by: Teo Koon Peng <[email protected]> * Revert "temp enable for all push" This reverts commit 0d4201d. Signed-off-by: Teo Koon Peng <[email protected]> * Revert "temp enable for all push" This reverts commit 28017be. Signed-off-by: Teo Koon Peng <[email protected]> * fix e2e Signed-off-by: Teo Koon Peng <[email protected]> --------- Signed-off-by: Teo Koon Peng <[email protected]>
- Loading branch information
Teo Koon Peng
authored
Feb 28, 2024
1 parent
9567672
commit 936e290
Showing
5 changed files
with
39 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
import os | ||
|
||
from api_server.default_config import config | ||
|
||
here = os.path.dirname(__file__) | ||
|
||
config.update( | ||
{ | ||
"public_url": "/rmf-web", | ||
} | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters