MCPcopy Create free account

hub / github.com/JetBrains/kotlin-web-site / endpoints

Endpoints21 in github.com/JetBrains/kotlin-web-site

Routeapi_page
app.route('/api/<path:page_path>')
kotlin-website.py:None
Routeasset
app.route('/assets/<path:path>')
kotlin-website.py:None
Routecommunity_events_page
app.route('/community/events/')
kotlin-website.py:None
Routecommunity_page
app.route('/community/')
kotlin-website.py:None
Routecommunity_user_groups_page
app.route('/community/user-groups/')
kotlin-website.py:None
Routedocs
app.route('/docs/<path:path>')
kotlin-website.py:None
Routeeducation_courses
app.route('/education/courses/')
kotlin-website.py:None
Routeeducation_page
app.route('/education/')
kotlin-website.py:None
Routeget_domain
app.template_filter('get_domain')
kotlin-website.py:None
Routeget_index_page
app.route('/<path:page_path>')
kotlin-website.py:None
Routekotlin_docs_pdf
app.route('/docs/kotlin-docs.pdf')
kotlin-website.py:None
Routekotlin_reference_pdf
app.route('/docs/kotlin-reference.pdf')
kotlin-website.py:None
Routenext_backend_page
app.route('/backend/')
kotlin-website.py:None
Routenext_case_studies_page
app.route('/case-studies/')
kotlin-website.py:None
Routenext_index_page
app.route('/')
kotlin-website.py:None
Routenext_multiplatform_page
app.route('/multiplatform/')
kotlin-website.py:None
Routepage
app.route('/<path:page_path>.html')
kotlin-website.py:None
Routepage_404
app.route('/404.html')
kotlin-website.py:None
Routestatic_file
app.route('/_next/<path:path>')
kotlin-website.py:None
Routetutorial_img
app.route('/assets/images/tutorials/<path:filename>')
kotlin-website.py:None
Routewhy_teach_page
app.route('/education/why-teach-kotlin/')
kotlin-website.py:None