Skip to content

Commit

Permalink
Merge 8b3a9a7 into 9f4e5fe
Browse files Browse the repository at this point in the history
  • Loading branch information
kaladay committed Nov 1, 2018
2 parents 9f4e5fe + 8b3a9a7 commit ef822a3
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
package edu.tamu.cap.auth.controller;

import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;

import edu.tamu.weaver.token.provider.controller.WeaverMockTokenController;

@RestController
@RequestMapping("/mock/auth")
public class MockTokenController extends WeaverMockTokenController {

}

0 comments on commit ef822a3

Please sign in to comment.