1
0
mirror of https://github.com/muety/wakapi.git synced 2023-08-10 21:12:56 +03:00
wakapi/static
daief 42808fa38a
fix: href to a 404 when service on a subpath
click project detail will redirect to a not exist page, when the service runs with a base path.

For example, the base path is `wakatime`,  and the dashboard uri will be `/wakatime/summary`. When click project detail, page will be redirect to `/wakatime/wakatime/summary?project=demo` but the correct detail page is `/wakatime/summary?project=demo`.

And i think `pushing a history stack` is better than `replace`, so that can back to dashboard by backwards.
2022-03-02 11:35:40 +08:00
..
assets fix: href to a 404 when service on a subpath 2022-03-02 11:35:40 +08:00
docs chore: minor fixes 2022-02-13 11:03:10 +01:00
swagger-ui fix: relative swagger-ui definition 2021-09-07 14:42:52 +10:00
contribute.json chore: add contribute.json (resolve #170) 2021-04-13 23:49:54 +02:00