Fixed htaccess server error issue

This commit is contained in:
2022-07-29 23:35:40 +02:00
parent 8f26634f9c
commit 40430b6c98

3
assets/.htaccess Normal file
View File

@@ -0,0 +1,3 @@
<Files "pyscript.py">
Allow from all
</Files>