microsoft/AI-For-Beginners

Public

mirrored fromhttps://github.com/microsoft/AI-For-BeginnersAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
141ed0450688ebe7b77b7a1658693552d1010d25

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

etc/quiz-app/public/routes.json

8lines · modecode

1{
2 "routes": [
3 {
4 "route": "/*",
5 "serve": "/index.html"
6 }
7 ]
8}
9