Skip to content
Snippets Groups Projects
Select Git revision
  • 96bec833a8dd6689709348afa652c25f7258871b
  • master default
  • develop
  • feature/modify-course-sections
  • videoConferencePOC
5 results

CoursesController.cs

Blame
  • .htaccess 165 B
    RewriteEngine On
    RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} -f [OR]
    RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} -d
    RewriteRule ^ - [L]
    
    RewriteRule ^ /index.html [L]