Modify primary project structure by removing an extra layer

This commit is contained in:
JPT
2020-11-01 14:38:51 +01:00
parent fa2443d11d
commit a0ff6fe601
13 changed files with 19 additions and 2 deletions
+1 -1
View File
@@ -6,4 +6,4 @@ __pycache__
*.sqlite3
# Ignore private.py since it contains secrets
shorturl/shorturl/private.py
shorturl/private.py
View File
-1
View File
@@ -1 +0,0 @@
Foo! Bar!
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+10
View File
@@ -0,0 +1,10 @@
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Hello World!</title>
</head>
<body>
Hello World!
</body>
</html>