diff options
| author | nsfisis <nsfisis@gmail.com> | 2024-08-04 14:50:30 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2024-08-04 16:59:10 +0900 |
| commit | 264fa15fb2ba5f0b9636cda44b64deb3c56aa99d (patch) | |
| tree | 61de974c9ed1aa5b94b6d5900fdb8e3a2d4b3efd /README.md | |
| parent | 1b794787a5194405cd99d80981008e20aa0e953d (diff) | |
| download | phperkaigi-2025-albatross-264fa15fb2ba5f0b9636cda44b64deb3c56aa99d.tar.gz phperkaigi-2025-albatross-264fa15fb2ba5f0b9636cda44b64deb3c56aa99d.tar.zst phperkaigi-2025-albatross-264fa15fb2ba5f0b9636cda44b64deb3c56aa99d.zip | |
feat(backend): serve /admin/* pages from api-server
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -2,5 +2,10 @@ # License -The contents of the repository is licensed under The MIT License, except for [the site favicon](frontend/public/favicon.svg). +The contents of the repository is licensed under The MIT License, except for + +* [backend/admin/assets/css/normalize.css](backend/admin/assets/normalize.css), +* [backend/admin/assets/css/sakura.css](backend/admin/assets/sakura.css) and +* [frontend/public/favicon.svg](frontend/public/favicon.svg). + See [LICENSE](./LICENSE) for copylight notice. |
