mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-08-05 04:50:12 +03:00
Update 3.6-announcement.md
fixed typo in announcement doc
This commit is contained in:
parent
544b4b9948
commit
e241e9fb25
|
@ -104,8 +104,8 @@ Here's a brief example that demonstrates:
|
|||
|
||||
<html>
|
||||
<head>
|
||||
<script src="/static/rest_framework/js/coreapi-0.1.0.js"></script>
|
||||
<script src="/docs/schema.js' %}"></script>
|
||||
<script src="{% static 'js/coreapi-0.1.0.js' %}"></script>
|
||||
<script src="{% static 'docs/js/schema.js'%}"></script>
|
||||
<script>
|
||||
const coreapi = window.coreapi
|
||||
const schema = window.schema
|
||||
|
|
Loading…
Reference in New Issue
Block a user