Skip to content

Commit

Permalink
Fix API Endpoint.
Browse files Browse the repository at this point in the history
  • Loading branch information
foxxtrot committed Dec 17, 2010
1 parent dde28d3 commit dee54cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edu/wsu/edu.wsu.schedules.classbysln.xml
Expand Up @@ -10,7 +10,7 @@
<bindings>
<select produces="JSON">
<urls>
<url>http://schedules.wsu.edu/API/Classes/{year}{term}/{sln}</url>
<url>http://schedules.wsu.edu/API/ClassBySLN/{year}{term}/{sln}</url>
</urls>
<inputs>
<key id="year" type="xs:integer" paramType="path" required="true" />
Expand Down

0 comments on commit dee54cb

Please sign in to comment.