Modify primary project structure by removing an extra layer
This commit is contained in:
parent
fa2443d11d
commit
a0ff6fe601
|
@ -6,4 +6,4 @@ __pycache__
|
|||
*.sqlite3
|
||||
|
||||
# Ignore private.py since it contains secrets
|
||||
shorturl/shorturl/private.py
|
||||
shorturl/private.py
|
||||
|
|
|
@ -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
|
@ -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>
|
Loading…
Reference in New Issue